home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / UTILITY1 / EDOS365D.ZIP / EDOS365D.EXE / !.BAT < prev    next >
DOS Batch File  |  1993-08-29  |  462b  |  23 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo.
  5.  
  6. echo The self extracting unpack of EDOS is complete.
  7. echo In order to install edos, you must be running Windows
  8. testunpk
  9. if ERRORLEVEL 3 goto winx
  10.  
  11. echo Since Windows is not running start it now: Win/3  A: or B:\SETUP
  12. goto ok
  13. :winx
  14. echo Since Windows is running, exit this DOS session and,
  15. echo From the File/RUN menu item run "A: or B:\SETUP
  16. echo.
  17.  
  18. :ok
  19. echo Use A: or B: but not both, example: A:\SETUP.
  20.  
  21. Pause
  22.  
  23.